A Simple webapp


A Working HTML Client


The Client HTML


The Servlet


The web.xml


Another HTTP Dialog Demonstration (just to demonstrate the Application Layer nature of HTTP)

[MyPC]> telnet hoare.cs.umsl.edu 80
Trying 134.124.30.128...
Connected to hoare.cs.umsl.edu.
Escape character is '^]'.
GET http://hoare.cs.umsl.edu/servlet/siegel/test2?whoisit=Bob+Brown HTTP/1.1
host: hoare.cs.umsl.edu

HTTP/1.1 200 OK
Date: Wed, 26 Aug 2015 13:47:36 GMT
Server: Apache/2.4.6 (CentOS) mod_fcgid/2.3.9 PHP/5.4.16
Content-Length: 49

<html>
<body>
<h1>Hi Bob Brown</h1>
</body>
</html>
Connection closed by foreign host.
      

The Directory Tree under my C:\Tomcat\webapps\firstexample
   The tree command is not available on hoare.cs.umsl.edu but the directory tree would be the same